func go/types.isTyped

15 uses

	go/types (current package)
		const.go#L37: 	if isTyped(x.typ) {
		expr.go#L358: 	if x.mode == invalid || isTyped(x.typ) || !isValid(target) {
		expr.go#L861: 		if isTyped(x.typ) && isTyped(y.typ) {
		gcsizes.go#L104: 		assert(isTyped(T))
		infer.go#L179: 			if isTyped(arg.typ) {
		infer.go#L359: 		assert(isTyped(d))
		predicates.go#L92: func isTyped(t Type) bool {
		predicates.go#L102: 	return !isTyped(t)
		recording.go#L51: 		if debug && isTyped(info.typ) {
		recording.go#L104: 	assert(isTyped(t0) && isTyped(t1) && (allBoolean(t1) || t1 == universeError))
		sizes.go#L170: 		assert(isTyped(T))
		typexpr.go#L194: 	assert(isTyped(typ))
		typexpr.go#L212: 	assert(isTyped(typ))